set active project
Sets the active project to a given project id. Project must be loaded. Project ids are volitile and can change on reload of project or restart of MSOSA. Use get loaded projects to see currently loaded projects and their ids.
Path: /projects/active
Method: PUT
openapi spec for 'set active project'
Example
Request
curl -X PUT "http://127.0.0.1/mb/v2/projects/active" -d '{"id":"_2024x_2_62b0208_1768870314838_439651_4946"}' -H "Content-Type: application/json"
Response
204 No Content